From 746bdd3d4778629b161d45f869659d2c77e839f1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 1 Sep 2020 16:31:07 -0400 Subject: [PATCH] checkbutton: Don't notify write-only properties Nobody is listening... --- gtk/gtkcheckbutton.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index ab7a862779..cd23ab3a05 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -834,7 +834,6 @@ gtk_check_button_set_group (GtkCheckButton *self, priv->group_next = NULL; priv->group_prev = NULL; - g_object_notify_by_pspec (G_OBJECT (self), props[PROP_GROUP]); if (priv->indicator_widget) gtk_css_node_set_name (gtk_widget_get_css_node (priv->indicator_widget), -- 2.30.2